.player-container {
    background-color: #4b4848;
    background-size: cover;
    margin-top: 24px;
    padding-top: 56.25%;
    position: relative;
    width: 100%
}

.player-container .box-schedule {
    display: none;
    height: 100%;
    position: absolute;
    top: 0;
    width: 100%
}

.player-container .box-schedule .box-logo {
    display: flex;
    height: 50%
}

.player-container .box-schedule .box-logo .item-logo {
    align-items: center;
    display: flex;
    flex: 1;
    justify-content: center
}

.player-container .box-schedule .box-logo .item-logo .logo-container {
    height: 150px;
    width: 150px
}

@media (max-width: 540px) {
    .player-container .box-schedule .box-logo .item-logo .logo-container {
        height:75%;
        width: 75%
    }
}

.player-container .box-schedule .box-logo .item-logo .logo-container img {
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    width: 100%
}

.player-container .box-schedule .box-countdown {
    align-items: center;
    display: flex;
    font-size: 30px;
    height: 50%;
    justify-content: center
}

@media (max-width: 540px) {
    .player-container .box-schedule .box-countdown {
        font-size:16px
    }
}

.player-container #player-html5 {
    height: 100%;
    position: absolute;
    top: 0;
    width: 100%
}

.player-container #player-html5 .iframe-wrapper {
    height: 100%;
    width: 100%
}

.player-container #loadingPlayer {
    align-items: center;
    display: none;
    height: 100%;
    justify-content: center;
    position: absolute;
    top: 0;
    width: 100%
}

.player-container #loadingPlayer img {
    height: 40px;
    width: 40px
}

.text-10m {
    align-items: center;
    display: none;
    justify-content: center
}

.popup-player {
    height: 100%;
    padding: 40px;
    position: absolute;
    top: 0;
    width: 100%
}

@media (max-width: 540px) {
    .popup-player {
        padding:10px
    }
}

.popup-player .popup-player-container {
    align-items: center;
    background: #1e293b;
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: center;
    margin: auto;
    padding: 20px;
    text-align: center;
    width: 100%
}

.popup-player .popup-player-container .description-popup {
    color: #fff;
    font-size: 18px
}

@media (max-width: 540px) {
    .popup-player .popup-player-container .description-popup {
        font-size:14px
    }
}

.popup-player .popup-player-container .btn-login,.popup-player .popup-player-container .btn-popup {
    background-color: #ec870e;
    border-radius: 8px;
    color: #fff;
    cursor: pointer;
    display: none;
    font-size: 18px;
    margin-top: 32px;
    padding: 8px 24px
}

@media (max-width: 540px) {
    .popup-player .popup-player-container .btn-login,.popup-player .popup-player-container .btn-popup {
        font-size:14px
    }
}

.popup-player.with-package .popup-player-container {
    background-image: url(/images/bg-upgrade-with-package-web.png);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 50px
}

@media (max-width: 1030px) {
    .popup-player.with-package .popup-player-container {
        background-image:url(/images/bg-upgrade-with-package-mobile.png);
        border-radius: 25px
    }

    .popup-player.with-package .popup-player-container .item-package-1 {
        display: none
    }
}

.server-share {
    display: flex;
    flex-wrap: wrap;
    margin-top: 14px
}

.server-share .list-server {
    display: flex;
    flex: 1;
    margin-bottom: 15px;
    margin-right: 15px
}

@media (max-width: 540px) {
    .server-share .list-server {
        flex:unset;
        margin-right: unset;
        width: 100%
    }
}

.server-share .list-server .detail-list-server {
    align-items: center;
    display: flex;
    margin-right: 15px;
    justify-content: center;
    width: 100%;
    flex-wrap:wrap;
}

.server-share .list-server .detail-list-server .btn{margin:3px;}


.server-share .list-server .detail-list-server .item-hiep,.server-share .list-server .detail-list-server .item-server {
    border: 1px solid #bbb;
    border-radius: 8px;
    cursor: pointer;
    margin-right: 3px;
    padding: 8px 10px;
    white-space: nowrap
}

.server-share .list-server .detail-list-server .item-hiep.active,.server-share .list-server .detail-list-server .item-hiep:hover,.server-share .list-server .detail-list-server .item-server.active,.server-share .list-server .detail-list-server .item-server:hover {
    background-color: #fe8e28;
    border: 1px solid #fe8e28
}

.server-share .list-server .txt-cdn {
    align-items: center;
    display: flex;
    flex: 1;
    white-space: nowrap
}

@media (max-width: 540px) {
    .server-share .list-server .txt-cdn {
        flex:unset;
        width: 100%
    }
}

.server-share .list-server .txt-cdn>a {
    color: #f91e4e;
    display: inline-block;
    margin-left: 5px
}

.server-share .list-server .txt-cdn>a>img {
    height: 20px
}

.server-share .list-share {
    align-items: center;
    display: flex;
    margin-bottom: 15px
}

@media (max-width: 540px) {
    .server-share .list-share {
        justify-content:flex-end;
        width: 100%
    }
}

.server-share .list-share .btn-favorite {
    border: 1px solid hsla(0,0%,100%,.3);
    border-radius: 7px;
    cursor: pointer;
    display: flex;
    gap: 5px;
    padding: 5px 7px
}

.server-share .list-share .btn-favorite .icon-inactive {
    display: block
}

.server-share .list-share .btn-favorite .icon-active {
    display: none
}

.server-share .list-share .btn-favorite.active,.server-share .list-share .btn-favorite:hover {
    border: 1px solid #f91e4e;
    color: #f91e4e
}

.server-share .list-share .btn-favorite.active .icon-inactive,.server-share .list-share .btn-favorite:hover .icon-inactive {
    display: none
}

.server-share .list-share .btn-favorite.active .icon-active,.server-share .list-share .btn-favorite:hover .icon-active {
    display: block
}

.server-share .list-share .item-share {
    align-items: center;
    border: 1px solid hsla(0,0%,100%,.3);
    border-radius: 20px;
    cursor: pointer;
    display: flex;
    height: 36px;
    justify-content: center;
    margin-left: 10px;
    padding: 5px;
    width: 36px
}

.server-share .list-share .item-share img {
    height: 15px;
    -o-object-fit: contain;
    object-fit: contain;
    width: 15px
}

.server-share .list-share .btn-report-link {
    align-items: center;
    border: 1px solid hsla(0,0%,100%,.3);
    border-radius: 20px;
    cursor: pointer;
    display: flex;
    height: 36px;
    justify-content: center;
    margin-left: 10px;
    padding: 5px;
    width: 85px
}

.server-share .list-share .btn-report-link img {
    height: 15px;
    margin-right: 5px;
    -o-object-fit: contain;
    object-fit: contain;
    width: 15px
}

@media (max-width: 540px) {
    .server-share .list-share .btn-report-link {
        width:36px
    }

    .server-share .list-share .btn-report-link span {
        display: none
    }

    .server-share .list-share .btn-report-link img {
        margin-right: 0
    }
}

.login-box {
    align-items: center;
    display: flex
}

.login-box a {
    color: #fff
}

.popup-login {
    align-items: center;
    background-color: #00000099;
    display: none;
    height: 100%;
    justify-content: center;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 9999
}

.popup-login.active {
    display: flex
}

.popup-login .popup-login-body {
    background-color: #1e293b;
    border-radius: 8px;
    padding: 32px;
    position: relative;
    width: 464px
}

@media (max-width: 494px) {
    .popup-login .popup-login-body {
        margin:0 15px!important;
        padding: 32px 15px;
        width: 100%!important
    }
}

.popup-login .popup-login-body .container-btn-close {
    align-items: center;
    cursor: pointer;
    display: flex;
    height: 40px;
    justify-content: center;
    position: absolute;
    right: 0;
    top: 0;
    width: 40px
}

.popup-login .popup-login-body .title {
    font-size: 24px
}

.popup-login .popup-login-body .form-control {
    margin-top: 16px
}

.popup-login .popup-login-body .form-control input {
    background-color: #334155;
    border: 0;
    border-radius: 8px;
    color: #fff;
    font-size: 16px;
    height: 44px;
    margin-top: 8px;
    outline: 0;
    padding: 0 16px;
    width: 100%
}

.popup-login .popup-login-body .forgot-password {
    color: #22932f;
    cursor: pointer;
    margin-top: 16px;
    text-align: right
}

.popup-login .popup-login-body button[type=submit] {
    background-color: #22932f;
    border: 0;
    border-radius: 8px;
    color: #fff;
    cursor: pointer;
    font-size: 16px;
    height: 44px;
    margin-top: 16px;
    width: 100%
}

.popup-login .popup-login-body .login-social {
    display: flex;
    justify-content: center;
    margin-top: 30px
}

.popup-login .popup-login-body .login-social>a {
    align-items: center;
    background-color: #fff;
    border-radius: 50%;
    display: flex;
    height: 52px;
    justify-content: center;
    margin: 0 8px;
    width: 52px
}

.popup-login .popup-login-body .register-container-link {
    color: #22932f;
    cursor: pointer;
    margin-top: 24px;
    text-align: center
}

.popup-login .popup-login-body .forgot-password-container,.popup-login .popup-login-body .register-container {
    display: none
}

.top-header {
    background-color: #555;
    color: #fff;
    margin-bottom: 75px;
    min-height: 200px;
    padding: .25rem .5rem;
    position: relative;
    text-align: center
}

.top-header .title {
    color: #fff;
    margin-top: 25px
}

.top-header .avatar-container {
    bottom: -50%;
    left: 25%;
    position: absolute;
    transform: translate(-50%)
}

@media (max-width: 780px) {
    .top-header .avatar-container {
        left:50%
    }
}

.account-container {
    align-items: center;
    display: flex;
    justify-content: center;
    margin-left: 24px
}

.account-container .login-container {
    display: none
}

.account-container .login-container .btn-login {
    cursor: pointer
}

.account-container .login-container.active {
    display: block
}

.account-container .avatar-container .vip {
    display: none;
    margin-right: 5px
}

.account-container .avatar-container .vip img {
    height: 15px;
    width: 15px
}

.account-container .avatar-container .vip span {
    color: #ffd533;
    font-size: 20px;
    margin: 0 5px
}

.account-container .avatar-container.active {
    align-items: center;
    display: flex;
    justify-content: center
}

.main-profile {
    margin-bottom: 50px;
    padding-top: 85px
}

.main-profile .title-profile {
    font-size: 24px
}

.main-profile .header-profile {
    display: flex;
    flex-wrap: wrap;
    margin-top: 24px
}

.main-profile .header-profile .profile-left-container {
    margin-right: 32px
}

@media (max-width: 780px) {
    .main-profile .header-profile .profile-left-container {
        align-items:center;
        display: flex;
        flex-direction: column;
        height: unset;
        margin-bottom: 12px;
        margin-right: unset;
        width: 100%
    }
}

.main-profile .header-profile .profile-left-container .avatar-container {
    height: 144px;
    width: 144px
}

.main-profile .header-profile .profile-left-container .avatar-container img {
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    width: 100%
}

.main-profile .header-profile .profile-left-container .btn-change-info {
    border: 1px solid #f91e46;
    border-radius: 8px;
    color: #f91e46;
    cursor: pointer;
    display: none;
    margin-top: 10px;
    padding: 8px;
    text-align: center
}

.main-profile .header-profile .info-container {
    background-color: #1e293b;
    border: 1px solid #1e293b;
    border-radius: 8px;
    display: flex;
    flex-direction: column;
    font-size: 16px;
    justify-content: center;
    margin-bottom: 25px;
    padding: 24px;
    width: 100%
}

@media (max-width: 780px) {
    .main-profile .header-profile .info-container {
        border-radius:0;
        margin-left: -15px!important;
        margin-right: -15px;
        margin-top: 24px
    }
}

.main-profile .header-profile .info-container .name {
    font-weight: 700
}

.main-profile .header-profile .info-container .email-container {
    display: flex
}

.main-profile .header-profile .info-container .email-container .email {
    word-break: break-all
}

.main-profile .header-profile .info-container .email-container .change-email-container {
    display: flex
}

.main-profile .header-profile .info-container .email-container .change-email-container .btn-change {
    border: 1px solid #c4c4c4;
    border-radius: 8px;
    color: #fff;
    cursor: pointer;
    padding: 8px
}

.main-profile .header-profile .info-container .txt-expired-at {
    margin-top: 10px
}

.main-profile .header-profile .info-container .btn-change-password {
    border: 1px solid #c4c4c4;
    border-radius: 8px;
    color: #fff;
    padding: 8px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content
}

.main-profile .header-profile .info-container .btn-change-password span {
    cursor: pointer
}

@media (max-width: 780px) {
    .main-profile .header-profile .info-container {
        width:100%
    }
}

.main-profile .header-profile .logout-container .btn-logout {
    border: 1px solid #c4c4c4;
    border-radius: 8px;
    color: #fff;
    display: block;
    padding: 8px 24px;
    white-space: nowrap;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content
}

.main-profile .transaction-container {
    background-color: #1e293b;
    border-radius: 8px;
    padding-bottom: 24px
}

@media (max-width: 780px) {
    .main-profile .transaction-container {
        border-radius:0;
        margin-left: -15px!important;
        margin-right: -15px;
        margin-top: 24px
    }
}

.main-profile .transaction-container .transaction-header {
    border-bottom: 1px solid #334155;
    margin: 0 24px;
    padding: 24px 0 12px
}

@media (max-width: 780px) {
    .main-profile .transaction-container .transaction-header {
        margin:0 15px
    }
}

.main-profile .transaction-container .transaction-body {
    overflow-x: auto
}

.main-profile .transaction-container .transaction-body .item-transaction {
    border-bottom: 1px solid #334155;
    display: flex;
    margin: 0 24px;
    padding: 10px 12px
}

.main-profile .transaction-container .transaction-body .item-transaction>* {
    margin: 0 10px;
    white-space: nowrap
}

@media (max-width: 780px) {
    .main-profile .transaction-container .transaction-body .item-transaction {
        margin:0 15px;
        padding: 10px 0!important
    }
}

.main-profile .transaction-container .transaction-body .item-transaction .date {
    width: 100px
}

.main-profile .transaction-container .transaction-body .item-transaction .package {
    width: 150px
}

.main-profile .transaction-container .transaction-body .empty-transaction {
    align-items: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 20px
}

.main-profile .transaction-container .transaction-body .empty-transaction span {
    margin-top: 12px
}

.main-profile .box-btn-show-popup-unsubcription {
    display: flex;
    justify-content: flex-end;
    margin-top: 20px
}

.main-profile .popup-change-password {
    align-items: center;
    background-color: #00000099;
    display: none;
    height: 100%;
    justify-content: center;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 2
}

.main-profile .popup-change-password.active {
    display: flex
}

.main-profile .popup-change-password .popup-change-password-body {
    background-color: #1e293b;
    border-radius: 8px;
    padding: 32px;
    position: relative;
    width: 464px
}

@media (max-width: 494px) {
    .main-profile .popup-change-password .popup-change-password-body {
        margin:0 15px!important;
        padding: 32px 15px;
        width: 100%!important
    }
}

.main-profile .popup-change-password .popup-change-password-body .container-btn-close {
    align-items: center;
    cursor: pointer;
    display: flex;
    height: 40px;
    justify-content: center;
    position: absolute;
    right: 0;
    top: 0;
    width: 40px
}

.main-profile .popup-change-password .popup-change-password-body .title {
    font-size: 24px;
    font-weight: 700
}

.main-profile .popup-change-password .popup-change-password-body .form-control {
    margin-top: 16px
}

.main-profile .popup-change-password .popup-change-password-body .form-control input {
    background-color: #334155;
    border: 0;
    border-radius: 8px;
    color: #fff;
    font-size: 16px;
    height: 44px;
    margin-top: 8px;
    outline: 0;
    padding: 0 16px;
    width: 100%
}

.main-profile .popup-change-password .popup-change-password-body .forgot-password {
    color: #22932f;
    cursor: pointer;
    margin-top: 16px;
    text-align: right
}

.main-profile .popup-change-password .popup-change-password-body button[type=submit] {
    background-color: #22932f;
    border: 0;
    border-radius: 8px;
    color: #fff;
    cursor: pointer;
    font-size: 16px;
    font-weight: 700;
    height: 44px;
    margin-top: 16px;
    width: 100%
}

.main-profile .popup-change-password .popup-change-password-body .login-social {
    display: flex;
    justify-content: center
}

.main-profile .popup-change-password .popup-change-password-body .login-social>a {
    align-items: center;
    background-color: #fff;
    border-radius: 50%;
    display: flex;
    height: 52px;
    justify-content: center;
    margin: 0 8px;
    width: 52px
}

.main-profile .popup-change-password .popup-change-password-body .register-container-link {
    color: #22932f;
    cursor: pointer;
    margin-top: 24px;
    text-align: center
}

.main-profile .popup-change-password .popup-change-password-body .forgot-password-container,.main-profile .popup-change-password .popup-change-password-body .register-container {
    display: none
}

.main-profile .popup-change-info {
    align-items: center;
    background-color: #00000099;
    display: none;
    height: 100%;
    justify-content: center;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 2
}

.main-profile .popup-change-info.active {
    display: flex
}

.main-profile .popup-change-info .popup-change-password-body {
    background-color: #1e293b;
    border-radius: 8px;
    padding: 32px;
    position: relative;
    width: 464px
}

@media (max-width: 494px) {
    .main-profile .popup-change-info .popup-change-password-body {
        margin:0 15px!important;
        padding: 32px 15px;
        width: 100%!important
    }
}

.main-profile .popup-change-info .popup-change-password-body .container-btn-close {
    align-items: center;
    cursor: pointer;
    display: flex;
    height: 40px;
    justify-content: center;
    position: absolute;
    right: 0;
    top: 0;
    width: 40px
}

.main-profile .popup-change-info .popup-change-password-body .title {
    font-size: 24px;
    font-weight: 700
}

.main-profile .popup-change-info .popup-change-password-body .form-control {
    margin-top: 16px
}

.main-profile .popup-change-info .popup-change-password-body .form-control input {
    background-color: #334155;
    border: 0;
    border-radius: 8px;
    color: #fff;
    font-size: 16px;
    height: 44px;
    margin-top: 8px;
    outline: 0;
    padding: 0 16px;
    width: 100%
}

.main-profile .popup-change-info .popup-change-password-body .forgot-password {
    color: #22932f;
    cursor: pointer;
    margin-top: 16px;
    text-align: right
}

.main-profile .popup-change-info .popup-change-password-body button[type=submit] {
    background-color: #22932f;
    border: 0;
    border-radius: 8px;
    color: #fff;
    cursor: pointer;
    font-size: 16px;
    font-weight: 700;
    height: 44px;
    margin-top: 16px;
    width: 100%
}

.main-profile .popup-change-info .popup-change-password-body .login-social {
    display: flex;
    justify-content: center
}

.main-profile .popup-change-info .popup-change-password-body .login-social>a {
    align-items: center;
    background-color: #fff;
    border-radius: 50%;
    display: flex;
    height: 52px;
    justify-content: center;
    margin: 0 8px;
    width: 52px
}

.main-profile .popup-change-info .popup-change-password-body .register-container-link {
    color: #22932f;
    cursor: pointer;
    margin-top: 24px;
    text-align: center
}

.main-profile .popup-change-info .popup-change-password-body .forgot-password-container,.main-profile .popup-change-info .popup-change-password-body .register-container,.main-profile .popup-request-unsubscription {
    display: none
}

.main-profile .popup-request-unsubscription .popup-container {
    align-items: center;
    background: #000000cc;
    display: flex;
    height: 100%;
    justify-content: center;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1
}

.main-profile .popup-request-unsubscription .popup-container #formReport {
    background-color: #1e293b;
    border-radius: 8px;
    margin: 0 10px;
    max-width: 100%;
    padding: 20px;
    width: 500px
}

.main-profile .popup-request-unsubscription .popup-container #formReport .form-group {
    cursor: pointer;
    margin-bottom: 12px
}

.main-profile .popup-request-unsubscription .popup-container #formReport .form-group .input-other-reason {
    background: #d3d3d3;
    border: 0;
    border-radius: 8px;
    display: none;
    height: 34px;
    outline: 0;
    padding: 0 16px;
    width: 100%
}

.main-profile .popup-request-unsubscription .popup-container #formReport .button-container {
    display: flex
}

.main-profile .popup-request-unsubscription .popup-container #formReport .button-container div[type=button] {
    background-color: #1e293b;
    border: 0;
    border-radius: 8px;
    color: #fff;
    cursor: pointer;
    margin-right: 12px;
    padding: 8px 15px
}

.main-profile .popup-request-unsubscription .popup-container #formReport .button-container div[type=button].active {
    background-color: #22932f
}

.packages-container .title-choose-plan {
    font-size: 24px;
    padding-top: 20px;
    text-align: center
}

.packages-container .item-step {
    align-items: center;
    display: flex;
    justify-content: center;
    margin-top: 32px
}

.packages-container .item-step .count-step {
    align-items: center;
    border: 1px solid #fff;
    border-radius: 50%;
    color: #fff;
    display: flex;
    font-size: 16px;
    font-weight: 700;
    height: 36px;
    justify-content: center;
    margin-right: 16px;
    width: 36px
}

.packages-container .item-step .desc-step {
    font-size: 16px
}

.packages-container .step1-mobile {
    display: none
}

@media (max-width: 1030px) {
    .packages-container .step1-mobile {
        display:block
    }

    .packages-container .step1-mobile .package-container {
        margin-left: -12px;
        margin-right: -12px
    }
}

.packages-container .step1-mobile .package-container .list-package {
    display: flex;
    flex-wrap: wrap;
    margin-top: 32px
}

.packages-container .step1-mobile .package-container .list-package .item-package {
    align-content: center;
    background-color: #1e293b;
    border: 1px solid #475569;
    border-radius: 8px;
    cursor: pointer;
    display: flex;
    flex: 1;
    flex-direction: column;
    justify-content: center;
    margin: 12px;
    min-width: 250px;
    padding: 24px;
    position: relative
}

.packages-container .step1-mobile .package-container .list-package .item-package .recommended {
    background: #10b981;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    left: 50%;
    padding: 2px 8px;
    position: absolute;
    top: -1px;
    transform: translateX(-50%)
}

.packages-container .step1-mobile .package-container .list-package .item-package.active,.packages-container .step1-mobile .package-container .list-package .item-package:hover {
    background-color: #22932f22;
    border: 1px solid #22932f
}

.packages-container .step1-mobile .package-container .list-package .item-package .item-package-1 .time {
    font-size: 24px;
    text-align: center
}

.packages-container .step1-mobile .package-container .list-package .item-package .item-package-1 .money {
    align-content: center;
    display: flex;
    justify-content: center
}

.packages-container .step1-mobile .package-container .list-package .item-package .item-package-1 .money .percent {
    align-items: center;
    display: flex;
    font-size: 24px;
    margin-right: 6px
}

.packages-container .step1-mobile .package-container .list-package .item-package .item-package-1 .money .count-percent {
    font-size: 56px;
    font-weight: 700
}

.packages-container .step1-mobile .package-container .list-package .item-package .item-package-1 .per-month {
    text-align: center
}

.packages-container .step1-mobile .package-container .list-package .item-package .item-package-2 {
    margin-top: 24px
}

.packages-container .step1-mobile .package-container .list-package .item-package .item-package-2 .item-desc {
    display: flex;
    margin-bottom: 12px
}

.packages-container .step1-mobile .package-container .list-package .item-package .item-package-2 .item-desc .desc-icon {
    margin-right: 8px
}

.packages-container .step1-mobile .package-container .list-package .item-package .item-package-2 .item-desc .desc-icon img {
    position: relative;
    top: 2px
}

.packages-container .step1-mobile .description-container .vip-benefits {
    margin-top: 48px
}

.packages-container .step1-mobile .description-container .vip-benefits .title-benefits {
    font-size: 20px
}

.packages-container .step1-mobile .description-container .vip-benefits .list-vip-benefits {
    display: flex;
    flex-wrap: wrap;
    margin-left: -12px;
    margin-right: -12px;
    margin-top: 24px
}

.packages-container .step1-mobile .description-container .vip-benefits .list-vip-benefits .item-vip-benefits {
    display: flex;
    flex: 1;
    padding: 0 12px
}

@media (max-width: 1030px) {
    .packages-container .step1-mobile .description-container .vip-benefits .list-vip-benefits .item-vip-benefits {
        flex:unset!important;
        margin-bottom: 16px;
        width: 100%!important
    }
}

.packages-container .step1-mobile .description-container .vip-benefits .list-vip-benefits .item-vip-benefits .container-item {
    display: flex
}

.packages-container .step1-mobile .description-container .vip-benefits .list-vip-benefits .item-vip-benefits .container-item .item-vip-benefits-desc {
    font-size: 16px;
    margin-top: -5px
}

.packages-container .step1-mobile .description-container .vip-benefits .list-vip-benefits .item-vip-benefits .container-item img {
    height: 24px;
    margin-right: 10px;
    width: 24px
}

.packages-container .step1-web {
    display: none
}

@media (min-width: 1030px) {
    .packages-container .step1-web {
        display:block
    }
}

.packages-container .step1-web .package-table {
    background: #1e293b;
    border: 1px solid #334155;
    border-radius: 8px;
    margin-top: 30px;
    overflow: hidden
}

.packages-container .step1-web .package-table .package-table-header {
    background: #273345;
    border-top-left-radius: 9px;
    border-top-right-radius: 9px;
    display: flex;
    margin: auto;
    overflow: hidden
}

.packages-container .step1-web .package-table .package-table-header .function {
    padding: 24px 16px;
    width: 240px
}

.packages-container .step1-web .package-table .package-table-header .item-package {
    border-bottom: 1px solid #334155;
    border-left: 1px solid #334155;
    flex: 1;
    padding: 24px 16px;
    position: relative;
    text-align: center
}

.packages-container .step1-web .package-table .package-table-header .item-package .recommended {
    background: #10b981;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    left: 50%;
    padding: 1px 10px;
    position: absolute;
    top: 0;
    transform: translateX(-50%)
}

.packages-container .step1-web .package-table .package-table-header .item-package .time,.packages-container .step1-web .package-table .package-table-header .item-package .trial {
    font-size: 24px
}

.packages-container .step1-web .package-table .package-table-header .item-package .price {
    align-items: center;
    display: flex;
    justify-content: center
}

.packages-container .step1-web .package-table .package-table-header .item-package .price .dola {
    font-size: 24px;
    margin-right: 6px
}

.packages-container .step1-web .package-table .package-table-header .item-package .price .price-count {
    font-size: 56px;
    font-weight: 700
}

.packages-container .step1-web .package-table .package-table-header .item-package .per-1-month {
    font-size: 16px
}

.packages-container .step1-web .package-table .package-table-header .item-package .save {
    color: #10b981;
    font-size: 16px;
    height: 25px;
    margin-top: 8px
}

.packages-container .step1-web .package-table .package-table-header .item-package .btn-select {
    background-color: #22932f;
    border-radius: 8px;
    cursor: pointer;
    margin: 12px auto 0;
    padding: 6px 20px;
    width: 80px
}

.packages-container .step1-web .package-table .package-table-body .item-function {
    display: flex
}

.packages-container .step1-web .package-table .package-table-body .item-function .function {
    border-bottom: 1px solid #334155;
    border-left: 1px solid #334155;
    padding: 24px 16px;
    width: 240px
}

.packages-container .step1-web .package-table .package-table-body .item-function .item-function-detail {
    align-items: center;
    border-bottom: 1px solid #334155;
    border-left: 1px solid #334155;
    display: flex;
    flex: 1;
    justify-content: center
}

.packages-container iframe {
    border: 0;
    height: 800px;
    margin-top: 30px;
    overflow: hidden;
    width: 100%
}

.packages-container .empty-package {
    margin-top: 50px;
    text-align: center
}

.box-live-sport-match-title {
    background: #32302e;
    color: #fff;
    display: flex;
    font-weight: 700;
    padding: 20px 16px
}

.box-live-sport-match-title img{margin-right:5px;border-radius:50%;padding:2px;background:#fff}

.loading-iframe {
    align-items: center;
    display: flex;
    height: 50px;
    justify-content: center;
    margin-top: 15px
}

.loading-iframe .img-loading {
    margin-right: 5px;
    width: 30px
}

.popup-countdown-24h {
    display: none
}

.popup-countdown-24h .count_down_24h {
    bottom: 20px;
    color: #fff;
    font-family: emoji;
    height: 100px;
    left: 20px;
    padding: 5px 15px;
    position: fixed;
    text-align: center;
    width: 300px
}

.popup-countdown-24h .count_down_24h img {
    width: 100%
}

.popup-countdown-24h .time {
    color: #ffeb44;
    font-size: 20px;
    font-weight: 700;
    left: 135px;
    position: absolute;
    text-align: center;
    top: 60px
}

.top-of-site-link {
    bottom: 115px;
    display: none;
    position: fixed;
    right: 30px;
    text-align: center
}

.btn-profile {
    display: inline-block!important
}

.btn-profile.hide {
    display: none!important
}

.btn-profile .icon-vip {
    display: none;
    margin-left: 5px
}

#st-1 {
    direction: ltr;
    display: block;
    font-family: Helvetica Neue,Verdana,Helvetica,Arial,sans-serif;
    opacity: 1;
    text-align: center;
    z-index: 94034
}

#st-1.st-animated {
    transition: o .2s ease-in,p .2s ease-in,a .2s ease-in,c .2s ease-in,i .2s ease-in,t .2s ease-in,y .2s ease-in
}

#st-1.st-hidden {
    opacity: 0
}

#st-1.st-hide {
    display: none
}

#st-1 .st-btn {
    border: none;
    border-radius: 4px;
    box-sizing: border-box;
    cursor: pointer;
    display: inline-block;
    font-size: 12px;
    height: 32px;
    line-height: 32px;
    margin-right: 8px;
    padding: 0 10px;
    position: relative;
    text-align: center;
    top: 0;
    transition: opacity .2s ease-in,top .2s ease-in;
    vertical-align: top;
    white-space: nowrap
}

#st-1 .st-btn:last-child {
    margin-right: 0
}

#st-1 .st-btn>img,#st-1 .st-btn>svg {
    height: 16px;
    position: relative;
    top: 8px;
    vertical-align: top;
    width: 16px
}

#st-1 .st-btn>img,#st-1 .st-btn>span {
    display: inline-block
}

#st-1 .st-btn>span {
    color: #fff;
    font-weight: 500;
    letter-spacing: .5px;
    min-width: 60px;
    opacity: 1;
    padding: 0 6px;
    position: relative;
    transition: all .2s ease-in;
    vertical-align: top
}

#st-1.st-has-labels .st-btn {
    min-width: 120px
}

#st-1.st-has-labels .st-btn.st-remove-label {
    min-width: 50px
}

#st-1.st-has-labels .st-btn.st-hide-label>span,#st-1.st-has-labels .st-btn.st-remove-label>span {
    display: none
}

#st-1 .st-total {
    color: #555;
    display: inline-block;
    font-weight: 500;
    line-height: 12px;
    margin-right: 0;
    max-width: 80px;
    padding: 4px 8px;
    text-align: center
}

#st-1 .st-total.st-hidden {
    display: none
}

#st-1 .st-total>span {
    display: block;
    font-size: 16px;
    line-height: 17px;
    padding: 0
}

#st-1 .st-total>span.st-shares {
    font-size: 9px;
    line-height: 9px
}

#st-1.st-justified {
    display: flex;
    text-align: center
}

#st-1.st-justified .st-btn {
    -moz-flex: 1;
    flex: 1
}

#st-1 .st-btn:hover {
    opacity: .8;
    top: -4px
}

#st-1 .st-btn[data-network=facebook] {
    background-color: #4267b2
}

#st-1 .st-btn[data-network=facebook]>span {
    color: #fff
}

#st-1 .st-btn[data-network=twitter] {
    background-color: #55acee
}

#st-1 .st-btn[data-network=twitter]>span {
    color: #fff
}

#st-1 .st-btn[data-network=pinterest] {
    background-color: #cb2027
}

#st-1 .st-btn[data-network=pinterest]>span {
    color: #fff
}

#st-1 .st-btn[data-network=email] {
    background-color: #7d7d7d
}

#st-1 .st-btn[data-network=email]>span {
    color: #fff
}

#st-1 .st-btn[data-network=sms] {
    background-color: #ffbd00
}

#st-1 .st-btn[data-network=sms]>span {
    color: #fff
}

#st-1 .st-btn[data-network=sharethis] {
    background-color: #95d03a
}

#st-1 .st-btn[data-network=sharethis]>span {
    color: #fff
}

#st-1 .st-btn[data-network=snapchat]>span {
    color: #333
}

.popup-report {
    display: none
}

.popup-report .popup-container {
    align-items: center;
    background: #000000cc;
    display: flex;
    height: 100%;
    justify-content: center;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1
}

.popup-report .popup-container #formReport {
    background-color: #1e293b;
    border-radius: 8px;
    padding: 20px;
    width: 350px
}

.popup-report .popup-container #formReport .form-group {
    cursor: pointer;
    margin-bottom: 12px
}

.popup-report .popup-container #formReport .button-container {
    display: flex
}

.popup-report .popup-container #formReport .button-container div[type=button] {
    background-color: #1e293b;
    border: 0;
    border-radius: 8px;
    color: #fff;
    cursor: pointer;
    margin-right: 12px;
    padding: 8px 15px
}

.popup-report .popup-container #formReport .button-container div[type=button].active {
    background-color: #22932f
}

iframe.iframe-hot {
    border: 0;
    height: 0;
    margin-left: -15px;
    margin-right: -15px;
    overflow: hidden;
    width: calc(100% + 30px)
}

.seo-content-container .show-content {
    margin-top: 20px;
    max-height: 300px;
    overflow: hidden;
    position: relative
}

.seo-content-container .show-content .container-opacity {
    background-image: linear-gradient(#0f172a00,#111);
    bottom: 0;
    height: 150px;
    position: absolute;
    width: 100%
}

.seo-content-container .btn-show-hide {
    color: #f91e4e;
    cursor: pointer;
    margin-top: 30px;
    padding: 10px;
    text-align: center
}

.seo-content-container .btn-show-hide:after {
    content: "Show more"
}

.seo-content-container.is-show .show-content {
    max-height: unset!important;
    overflow: unset!important
}

.seo-content-container.is-show .show-content .container-opacity {
    display: none
}

.seo-content-container.is-show .btn-show-hide:after {
    content: "Hide"
}

#table_content {
    margin: 20px 0
}

#table_content a {
    color: #fff!important
}

#table_content .title-neo {
    align-items: center;
    background: #1e293b;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    display: flex;
    padding: 10px 15px
}

#table_content .title-neo img {
    margin-right: 10px
}

#table_content .title-neo strong {
    font-size: 20px
}

#table_content>ol,#table_content>ul {
    background: #2d3440!important;
    border: 1px solid #1e293b;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    margin: 0;
    padding: 15px 15px 15px 30px
}

#table_content>ol>li,#table_content>ul>li {
    line-height: 33px
}

#table_content>ol>li>ol,#table_content>ol>li>ul,#table_content>ul>li>ol,#table_content>ul>li>ul {
    background: #505050;
    padding-left: 30px
}

.live_now_match .mlti-vs,.live_now_match p,.live_now_match span {
    color: red
}

.navbar-nav li.active * {
    color: #fe8e28
}

.match-type {
    display: flex;
    justify-content: center;
    width: 100%;
    flex-wrap:wrap;
}

.match-type>a {
    color: #fff;
    margin: 10px 5px 10px 5px;
}

.match-type>a.active {
    color: #fe8e28;
    font-weight: 700
}

.match-type>a .league-logo{background:#fff;border-radius:5px;padding:8px 1px;display:flex;justify-content:center}





.match-type>*+* {
    margin-left: 15px
}

.search-container {
    align-items: center;
    display: flex;
    justify-content: flex-end;
    margin: 10px 0
}

@media (max-width: 1030px) {
    .search-container {
        margin-top:10px
    }
}

.search-container input[type=text] {
    background: #cdcdcd;
    border: 0;
    border-radius: 8px;
    color: #333;
    height: 34px;
    outline: 0;
    padding: 0 10px
}

@media (max-width: 1030px) {
    .search-container input[type=text] {
        flex:1
    }
}

.search-container button {
    background-color: #fe8e28;
    border: 0;
    border-radius: 8px;
    color: #fff;
    cursor: pointer;
    font-weight: 700;
    height: 34px;
    margin-left: 5px;
    padding: 0 15px
}

.bingmovie-banner {
    display: block!important;
    margin-top: 30px
}

.bingmovie-banner img {
    display: none!important;
    width: 100%
}

@media (min-width: 975px) {
    .bingmovie-banner img.img-banner-web {
        display:block!important
    }
}

@media (max-width: 975px) {
    .bingmovie-banner img.img-banner-mobile {
        display:block!important
    }
}

.social-list {
    display: flex;
    font-size: 30px;
    justify-content: center;
    margin-bottom: 25px;
    margin-top: 15px;
    position: relative
}

.social-list .item-social {
    cursor: pointer;
    margin: 0 8px
}

.social-list .item-social a {
    color: #fff
}

.alert-prematch-container {
    background: #000;
    border-radius: 8px;
    display: none;
    margin-top: 25px;
    padding: 10px 14px
}

.alert-prematch-container strong {
    color: #f59e0b
}

.alert-prematch-container .btn-prematch-upgrade-now {
    color: #f59e0b;
    display: block;
    margin-left: 10px
}

#appleid-signin {
    cursor: pointer;
    display: flex;
    height: 50px;
    justify-content: center
}

.item-share,.report-links {
    cursor: pointer;
    margin-left: 10px
}

.box_count_down:hover {
    background: #272626;
    cursor: pointer
}

.lifetime-banner-container {
    border-radius: 8px;
    padding-bottom: 24px
}

@media (max-width: 780px) {
    .lifetime-banner-container {
        border-radius:0;
        margin-top: 24px
    }
}

.lifetime-banner {
    width: 100%
}

.lifetime-banner img {
    display: none;
    width: 100%
}

@media (min-width: 975px) {
    .lifetime-banner img.img-banner-web {
        display:block
    }
}

@media (max-width: 975px) {
    .lifetime-banner img.img-banner-mobile {
        display:block
    }
}

.popup {
    align-items: center;
    background-color: #00000099;
    display: none;
    height: 100%;
    justify-content: center;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 2
}

.popup.active {
    display: flex
}

.popup .popup-body {
    background-color: #1e293b;
    border-radius: 8px;
    padding: 32px;
    position: relative;
    width: 464px
}

@media (max-width: 494px) {
    .popup .popup-body {
        margin:0 15px!important;
        padding: 32px 15px;
        width: 100%!important
    }
}

.popup .popup-body .container-btn-close {
    align-items: center;
    cursor: pointer;
    display: flex;
    height: 40px;
    justify-content: center;
    position: absolute;
    right: 0;
    top: 0;
    width: 40px
}

.popup .popup-body .title {
    font-size: 24px;
    font-weight: 500
}

.popup .popup-body .content {
    max-height: calc(100vh - 160px)
}

.popup-hidden-package .popup-content {
    align-items: center;
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: center;
    width: 100%
}

.popup-hidden-package .popup-content .popup-title {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px
}

.popup-hidden-package .popup-content .popup-description {
    display: block;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 36px;
    margin: 12px 0;
    text-transform: uppercase
}

.popup-hidden-package .popup-content .popup-content__description {
    display: flex;
    font-size: 36px;
    font-style: italic;
    font-weight: 700;
    justify-content: center;
    line-height: 48px;
    margin-bottom: 16px;
    text-align: center
}

@media (max-width: 540px) {
    .popup-hidden-package .popup-content .popup-content__description {
        font-size:24px
    }
}

.popup-hidden-package .popup-content .popup-content__description .month-2 {
    left: 0;
    margin-left: 16px;
    position: relative;
    top: 5px
}

.popup-hidden-package .popup-content .popup-content__description .month-2 .text-green {
    color: #18b745
}

.popup-hidden-package .popup-content .popup-content__description .month-2 .text-red {
    color: #e34b31
}

.popup-hidden-package .popup-content .popup-content__description .month-2 .shadow {
    border: none;
    bottom: 0;
    height: 23px;
    position: absolute;
    right: -5px;
    width: 232px
}

@media (max-width: 540px) {
    .popup-hidden-package .popup-content .popup-content__description .month-2 .shadow {
        width:150px
    }
}

.popup-hidden-package .popup-content .popup-content__description .month-2 .green-shadown {
    background: rgba(24,183,69,.15)
}

.popup-hidden-package .popup-content .popup-content__description .month-2 .red-shadown {
    background: #e34b31;
    opacity: .15
}

.popup-hidden-package .popup-content .btn-grap {
    background: #e34b31;
    border: none;
    border-radius: 7px;
    color: #fff;
    cursor: pointer;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    height: auto;
    line-height: 27px;
    margin-top: 10px;
    max-width: 215px;
    min-width: 215px;
    outline: none;
    padding: 12px 0;
    text-align: center
}

.popup-hidden-package .popup-content .line {
    background: #767676;
    height: 1px!important;
    margin: 30px 0;
    width: 75%
}

.popup-hidden-package .popup-content .count-down {
    display: flex
}

.popup-hidden-package .popup-content .count-down .item-count-down {
    margin: 15px 10px
}

.popup-hidden-package .popup-content .count-down .item-count-down .value-count-down {
    align-items: center;
    background-color: #18b745;
    border-radius: 50%;
    display: flex;
    font-size: 25px;
    font-weight: 700;
    height: 60px;
    justify-content: center;
    width: 60px
}

.popup-hidden-package .popup-content .count-down .item-count-down .title-count-down {
    margin-top: 10px;
    text-align: center
}

.btn {
    align-items: center;
    background-color: #fe8e28;
    border: 0;
    border-radius: 8px;
    color: #fff;
    cursor: pointer;
    display: inline-flex;
    font-weight: 700;
    height: 34px;
    justify-content: center;
    padding: 0 15px
}

.btn[loading]:before {
    content: url(/images/loading-btn.svg);
    height: 21px;
    margin-right: 5px;
    width: 20px
}

.alert-message-container {
    background: #1e293b;
    border-radius: 8px;
    display: flex;
    margin-bottom: 20px;
    padding: 10px 14px
}

.alert-message-container .btn-desc {
    color: #f59e0b;
    margin-left: 14px
}

.alert-message-container .btn-action {
    color: #10b981;
    cursor: pointer;
    font-weight: 700;
    margin-left: 5px
}

.banner-container {
    border-radius: 8px
}

@media (max-width: 780px) {
    .banner-container {
        border-radius:0
    }
}

.banner-container .body-banner {
    width: 100%
}

.banner-container .body-banner img {
    display: none;
    width: 100%
}

@media (min-width: 975px) {
    .banner-container .body-banner img.img-banner-web {
        display:block
    }
}

@media (max-width: 975px) {
    .banner-container .body-banner img.img-banner-mobile {
        display:block
    }
}

.video-unmute {
    align-items: center;
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 5px;
    color: #222;
    cursor: pointer;
    display: flex;
    left: 30px;
    padding: 0 12px;
    position: absolute;
    top: 30px;
    z-index: 2
}

.video-unmute-icon {
    height: 40px;
    width: 40px
}

.video-unmute-icon,.video-unmute-text {
    display: inline-block;
    vertical-align: middle
}

.video-unmute-text {
    font-size: 12px;
    font-weight: 600;
    padding-right: 6px;
    text-transform: uppercase
}

.video-unmute-text:hover {
    color: #626262
}

.video-skip {
    border-left: 1px solid #555;
    padding-left: 12px
}

.box-player-btn-fullscreen {
    bottom: 10px;
    cursor: pointer;
    height: 28px;
    opacity: .8;
    position: absolute;
    right: 12px;
    width: 28px
}

.box-player-btn-fullscreen:hover {
    opacity: 1
}

@media (max-width: 1030px) {
    .tv-channels-container {
        flex-direction:column;
        flex-direction: column-reverse
    }
}

.tv-channels-container .tv-channels-player-container {
    flex: 1;
    margin-bottom: 15px
}

.tv-channels-container .all-channels {
    margin-bottom: 25px
}

.tv-channels-container .all-channels .tv-channels-title {
    font-size: 18px;
    font-weight: 700
}

.tv-channels-container .all-channels .tv-channels-list-channel-container {
    border-left: 0;
    display: flex;
    flex-wrap: wrap;
    margin-left: -5px;
    margin-right: -5px;
    margin-top: 5px;
    overflow: auto
}

.tv-channels-container .all-channels .tv-channels-list-channel-container .item-channel {
    color: #ccc;
    padding-top: 10%;
    position: relative;
    width: 10%
}

@media (max-width: 1030px) {
    .tv-channels-container .all-channels .tv-channels-list-channel-container .item-channel {
        padding-top:20%;
        width: 20%
    }
}

.tv-channels-container .all-channels .tv-channels-list-channel-container .item-channel .content-item-channel {
    background-color: hsla(0,0%,100%,.1);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 85%;
    border: 1px solid hsla(0,0%,100%,0);
    border-radius: 8px;
    cursor: pointer;
    height: calc(100% - 10px);
    left: 5px;
    position: absolute;
    top: 5px;
    width: calc(100% - 10px)
}

.tv-channels-container .all-channels .tv-channels-list-channel-container .item-channel .content-item-channel:hover {
    background-color: rgba(249,30,78,.1);
    border-color: #f91e4e
}

.tv-channels-container .all-channels .tv-channels-list-channel-container .item-channel .content-item-channel .item-channel-name {
    font-family: Poppins-SemiBold
}

.tv-channels-container .all-channels .tv-channels-list-channel-container .item-channel .content-item-channel .item-channel-program-name {
    color: #888
}

.tv-channels-container .all-channels .tv-channels-list-channel-container .item-channel.active .content-item-channel {
    background-color: rgba(249,30,78,.1);
    border-color: #f91e4e
}

.float-left,.float-right {
    position: unset;
    z-index: unset
}

ul.sub-item {
    background: #111;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    box-shadow: 0 5px 5px #fff;
    display: none;
    flex-wrap: wrap;
    list-style: none;
    margin: unset;
    padding: 15px;
    position: absolute;
    right: -75px;
    top: 45px;
    width: 500px;
    z-index: 2
}

ul.sub-item li {
    line-height: 35px;
    width: 33.33%
}

ul.sub-item li a {
    border: 1px solid #111
}

ul.sub-item li a:hover {
    border: 1px solid #555;
    color: #e4ff00
}

.item-menu {
    position: relative
}

.item-menu:hover ul.sub-item {
    display: flex
}

.movie-categories {
    border-bottom: 1px solid #334155;
    display: flex;
    flex-wrap: wrap;
    padding: 14px 16px
}

.movie-categories .movie-item-category {
    line-height: 40px;
    width: 50%
}

.movie-categories .movie-item-category a {
    color: #9e9e9e!important
}

.toggle-submenu {
    align-items: center;
    cursor: pointer;
    height: 30px;
    position: absolute;
    right: 15px;
    top: 10px;
    width: 30px
}

.ads-box,.toggle-submenu {
    display: flex;
    justify-content: center
}

.ads-box {
    margin: 15px 0
}

.league-item {
    position: relative
}

.league-item .icon-hot {
    -webkit-animation: hot_frames .7s infinite;
    animation: hot_frames .7s infinite;
    border: 2px solid #f91e4e;
    border-radius: 5px;
    color: #f91e4e;
    font-size: 10px;
    font-weight: 700;
    padding: 2px 5px;
    position: absolute;
    right: -10px;
    top: -10px
}

@-webkit-keyframes hot_frames {
    0% {
        opacity: 0
    }

    50% {
        opacity: 1
    }

    to {
        opacity: 0
    }
}

@keyframes hot_frames {
    0% {
        opacity: 0
    }

    50% {
        opacity: 1
    }

    to {
        opacity: 0
    }
}

body a{color:#Fff;}
body p{line-height:1.8}
.red{color:red}
.red a{color:red}
.pagination>li>a, .pagination>li>span{background:unset;border:0;color:#fff;border-radius:3px;margin:0 3px;}
.pagination>li:active>a{border:0;color:#fff;background-color: #fe8e28;}

.video {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 Aspect Ratio */
    height: 0;
    overflow: hidden;
    max-width: 100%;
    background: #000; /* Optional: background color for when video is loading */
}

.video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


.mlti-vs span{font-weight:600;color:#000}

.matches-lst-tr{width:100%;}

.matches-lst-tr:after{}

.bnt_what_live a{width:100px;line-height:32px;text-align:center;background: #32302e;color: #fff;border-radius:4px;}

.bnt_what_live a.start{background:#f6372e;color:#fff;}



